[NET] back: Remove unused variable declaration.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 18:03:47 +0000 (19:03 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 18:03:47 +0000 (19:03 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netback/interface.c

index a698ccc77b02fc8d03589fa49802c99d1d6c9c20..78aa4cd8c557e7601161c264a491d7fe38d9c51b 100644 (file)
@@ -128,7 +128,7 @@ static struct ethtool_ops network_ethtool_ops =
 
 netif_t *netif_alloc(domid_t domid, unsigned int handle)
 {
-       int err = 0, i;
+       int err = 0;
        struct net_device *dev;
        netif_t *netif;
        char name[IFNAMSIZ] = {};